algalcommand.testbench
Class CommandResponce

java.lang.Object
  extended by algalcommand.testbench.CommandResponce

public abstract class CommandResponce
extends java.lang.Object


Field Summary
static java.lang.String COMMAND_CHAR
           
 
Constructor Summary
CommandResponce()
           
 
Method Summary
static java.lang.String doCommand(java.lang.String command_str)
          Uses reflection to call the method whose name is equal to the given command, passing a String[] as aruments
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMMAND_CHAR

public static final java.lang.String COMMAND_CHAR
See Also:
Constant Field Values
Constructor Detail

CommandResponce

public CommandResponce()
Method Detail

doCommand

public static java.lang.String doCommand(java.lang.String command_str)
Uses reflection to call the method whose name is equal to the given command, passing a String[] as aruments

Parameters:
command_str -
Returns: